home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutBox
- Caption = "Resource Info"
- ClientHeight = 2490
- ClientLeft = 5115
- ClientTop = 4755
- ClientWidth = 5385
- Height = 2895
- Left = 5055
- LinkTopic = "Form1"
- ScaleHeight = 2490
- ScaleWidth = 5385
- Top = 4410
- Width = 5505
- Begin CommandButton cmdCancel
- Cancel = -1 'True
- Caption = "OK"
- Default = -1 'True
- Height = 375
- Left = 4440
- TabIndex = 1
- Top = 30
- Width = 735
- End
- Begin Image imgWinPic
- Height = 480
- Left = 120
- Picture = RESOURCE.FRX:0000
- Top = 120
- Width = 480
- End
- Begin Line Line1
- X1 = 1110
- X2 = 4650
- Y1 = 480
- Y2 = 480
- End
- Begin Label lblResInfo
- Caption = "Label1"
- Height = 1665
- Left = 1110
- TabIndex = 0
- Top = 690
- Width = 3705
- End
- DefInt A-Z
- Sub cmdCancel_Click ()
- Unload Me
- End Sub
- Sub Form_Load ()
- 'keep the code in your Form_Load to a minimum
- ShowResources lblResInfo
- End Sub
-